home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act8 / 00277.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  249 b   |  14 lines

  1. on mouseUp
  2.   global ogre
  3.   set the mouseout of ogre to 1
  4.   repeat with xxx = 1 to 5
  5.     setscript("narr" & xxx)
  6.     sayit(ogre)
  7.     if the mouseDown then
  8.       exit repeat
  9.     end if
  10.   end repeat
  11.   set the mouseout of ogre to 0
  12.   puppetSound(0)
  13. end
  14.